home *** CD-ROM | disk | FTP | other *** search
- LCR (R) Logical Comm Routines
- Copyright (C) 1994 James P. Ketrenos
-
- All C/C++ code is written in/for Watcom C/C++ v9.5+ using PWB.
- All ASM code is written in/for MASM v6.1 using PWB.
- Included makefile is for Watcom.
-
- LCR is just a quick slam together example of how to use the LL_COMM
- routines.
-
- Basically, it just parses the command line to set up the ports, and just
- dumps whatever you type to the port, and whatever comes in to the screen.
- The only translations done are:
-
- TAB (5) advances 5 spaces
- BKSP (8) backs up a space and deletes a character
- CR/LF (10/13) if just a LF is found, a CR is inserted
-
- For a description of the routines that come with LL_COMM, see the file
- LL_COMM.NFO.
-